Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add HBN dataset #576

Merged
merged 37 commits into from
Sep 28, 2023
Merged

feat: Add HBN dataset #576

merged 37 commits into from
Sep 28, 2023

Conversation

prassepaul
Copy link
Member

Description

New dataset: HBN data

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

prassepaul and others added 29 commits September 15, 2023 09:13
@prassepaul prassepaul requested a review from dkrako as a code owner September 25, 2023 14:01
@prassepaul prassepaul requested a review from SiQube as a code owner September 25, 2023 14:01
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (73793f3) 100.00% compared to head (aa0f2a9) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #576   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           51        52    +1     
  Lines         2234      2258   +24     
  Branches       552       559    +7     
=========================================
+ Hits          2234      2258   +24     
Files Coverage Δ
src/pymovements/datasets/__init__.py 100.00% <100.00%> (ø)
src/pymovements/datasets/hbn.py 100.00% <100.00%> (ø)
src/pymovements/datasets/sb_sat.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SiQube
Copy link
Member

SiQube commented Sep 26, 2023

I think here are multiple commit within one PR. let's merge them one by one.

@dkrako dkrako changed the title Feature/dataset hbn feat: Add HBN dataset Sep 28, 2023
src/pymovements/datasets/hbn.py Outdated Show resolved Hide resolved
@dkrako dkrako merged commit c8ef04d into main Sep 28, 2023
17 checks passed
@dkrako dkrako deleted the feature/dataset-hbn branch September 28, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants